home *** CD-ROM | disk | FTP | other *** search
/ Surfin' Sam - A Hilariously Interactive Game / Surfin Sam.iso / pc / sam_232.dir / 00804.ls < prev    next >
Encoding:
Text File  |  1995-07-17  |  292 b   |  14 lines

  1. on pupcheck7
  2.   global genS
  3.   if the puppet of sprite 37 = 0 then
  4.     set the visible of sprite 37 to 0
  5.     set the movieRate of sprite 37 to 0
  6.     updateStage()
  7.   end if
  8.   if the puppet of sprite 37 = 1 then
  9.     set the visible of sprite 37 to 1
  10.     anncheck()
  11.     updateStage()
  12.   end if
  13. end
  14.